home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / query_notify_fail < prev    next >
Text File  |  2001-04-06  |  579b  |  21 lines

  1. SYNOPSIS
  2.         mixed query_notify_fail()
  3.         mixed query_notify_fail(int flag)
  4.  
  5. DESCRIPTION
  6.         If <flag> is not given or 0: return the string or closure which
  7.         was last set as error message for this command (with notify_fail()).
  8.  
  9.         If <flag> is given and 1: return the object which issued the last
  10.         notify_fail().
  11.  
  12.         If nothing was set yet, return 0.
  13.  
  14. HISTORY
  15.         Introduced in LDMud 3.2.7.
  16.         LDMud 3.2.8 added the <flag> parameter.
  17.  
  18. SEE ALSO
  19.         add_action(E), query_verb(E), query_command(E), notify_fail(E),
  20.         hooks(C)
  21.